header{
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  box-sizing: border-box;
  padding: 20px 5%;
  z-index: 10;
  transition: all .5s;
}
header.obheader{
  transform: translateY(-100%)
}
header li,
header ul{
  display: inline-block;
  vertical-align: middle
}
header li > a{
  color: #fff !important;
  line-height: 58px;
  display: block;
  font-size: 14px;
  transition: all .3s
}
header li{
  margin-right: 60px;
  position: relative;
  z-index: 11;
}
header li:last-of-type{
  margin-right: 0;
}
header .h_phone{
  margin-top: 18px;
}
header .h_phone span{
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  font-size: 22px;
}
header .h_phone .wx-h{
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
header .h_phone .wx-h > div{
    width: 100px;
    height: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 25px;
    background: #fff;
    overflow: hidden;
    transition: all .5s;
    opacity: 0;
}
header .h_phone .wx-h > div img{
    width: 100%;
    height: 100px;
}
header .h_phone .wx-h:hover > div{
    height: 100px;
    opacity: 1;
}
.img{
  overflow: hidden;
  width: 100%;
}
.img img{
  width: 100%;
  transition: all .5s
}
.zj-set1-cont{
  width: 100%;
  padding: 100px 0;
}
.zj-set1-cont .set1-cont{
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  padding-right: 12%;
}
.zj-set1-cont .zj-set1-img{
  width: 48%;
  display: inline-block;
  vertical-align: middle;
  padding-left: 8%;
  box-sizing: border-box
}
.zj-set1-cont .tit{
  margin-bottom: 10px;
}
.zj-set1-cont .tit span{
  color: #ea232b;
  font-size: 22px;
}
.zj-set1-cont .tit h6{
  font-size: 36px;
  color: #333333;
  margin-top: 25px;
}
.zj-set1-cont .tit h6::after{
  width: 30px;
  height: 1px;
  content: '';
  display: block;
  margin-top: 20px;
  background: #ea232b;
  margin-bottom: 28px;
}
.zj-set1-cont .cont{
  font-size: 16px;
  color: #666666;
  line-height: 1.7;
}
.zj-set1-cont .cont a{
  display: inline-block;
  vertical-align: middle;
  color: #ea232b;
  position: relative;
  padding-bottom: 10px;
}
.zj-set1-cont .cont a::before{
    width: 0%;
    height: 1px;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all .4s;
    position: absolute;
    background: #e62129;
}
.zj-set1-cont .cont a:hover::before{
    width: 100%;
    opacity: 1;
}
.zj-w50{
  width: 50%;
}
.zj-set2-img{
  width: 49%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.zj-set2 .zj-w50{
  display: inline-block;
  vertical-align: middle
}
.zj-set2{
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
.zj-set2 .zj-w50{
  padding-right: calc(50% - 720px);
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  padding-left: 5%;
}
.zj-set2::before{
  width: 70%;
  content: '';
  display: block;
  height: 100%;
  background: #f4f4f4;
  right: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}
.zj-set2 .tit h6{
  font-size: 36px;
  color: #333333
}
.zj-set2 .tit h6::after{
  width: 30px;
  height: 1px;
  content: '';
  display: block;
  margin-top: 20px;
  background: #ea232b;
  margin-bottom: 28px;
}
.zj-set2 .cont span{
  font-size: 16px;
  color: #ea232b
}
.zj-set2 .cont .ts{
  padding: 12px 0 28px;
  line-height: 1.7;
}
.zj-set2 .cont a{
  display: inline-block;
  margin-top: 30px;
  color: #ea232b;
  padding-bottom: 10px;
  position: relative;
}
.zj-set2 .cont a::before{
    width: 0%;
    height: 1px;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all .4s;
    position: absolute;
    background: #e62129
}
.zj-set2 .cont a:hover::before{
    width: 100%;
    opacity: 1;
}
.zj-set3{
  padding: 60px 0;
}
.zj-set3-title{
  text-align: center;
  padding-top: 24px;
}
.zj-set3-title h6{
  font-size: 36px;
  color: #333;
  margin-bottom: 20px;
}
.zj-set3-title p{
   color: #666666
}
.zj-nav{
  text-align: center;
  padding: 32px 0 20px;
}
.zj-nav a{
  display: inline-block;
  vertical-align: middle;
  margin: 0 24px;
  position: relative;
  padding-bottom: 12px;
}
.zj-nav a::before{
  width: 0%;
  height: 1px;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  background: #ea232b;
  transition: all .5s;
  opacity: 0;
}
.zj-nav a.on{
  color: #ea232b;
}
.zj-nav a.on::before{
  width: 100%;
  opacity: 1;
}
.zj-set3-page a{
  width: 100%;
  display: block;
  position: relative;
}
.zj-set3-page .text{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .6);
  padding: 16px 3%;
  box-sizing: border-box;
  color: #fff;
}
.zj-set3-page .text h6{
  font-size: 24px;
  margin-bottom: 10px;
}
.zj-set3-page .text p{
  width: 80%;
  line-height: 1.7;
}
.zj-set4{
  width: 100%;
  display: flex;
  align-items: center;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
.zj-set4::before{
  width: 72%;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #f4f4f4;
  z-index: -1;
}
.zj-set4-v{
  padding-left: calc(50% - 720px);
  box-sizing: border-box;
  padding-right: 5%;
}
.zj-set4-v .tit span{
  font-size: 24px;
  color: #ea232b;
}
.zj-set4-v .tit h6{
  font-size: 32px;
  color: #333;
  line-height: 1.3;
  margin-top: 16px;
}
.zj-set4-v .tit h6::after{
  width: 30px;
  height: 1px;
  content: '';
  display: block;
  margin-top: 20px;
  background: #ea232b;
  margin-bottom: 28px;
}
.zj-set4-v  .cont{
  line-height: 1.7;
  color: #666666;
}
.zj-set4-v a{
  color: #ea232b;
  display: inline-block;
  margin-top: 36px;
  position: relative;
  padding-bottom: 10px;
}
.zj-set4-v a::before{
    width: 0%;
    height: 1px;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all .4s;
    position: absolute;
    background: #e62129;
}
.zj-set4-v a:hover::before{
    width: 100%;
    opacity: 1;
}
.zj-set4-cont{
  position: relative;
}
.zj-set4-cont .zj-v{
  width: 75px;
  height: 75%;
  background: url('../images/zj-v.png') no-repeat center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
  cursor: pointer;
}
.zj-set5{
  width: 100%;
  padding: 60px 0;
}
.zj-set5-cont{
  width: 100%;
  margin-top: 10px;
}
.zj-set5-cont ul{
  width: 100%;
  display: flex;
}
.zj-set5-cont ul li{
  width: 32%;
  margin-right: 2%;
}
.zj-set5-cont ul li:hover img{
    transform: scale(1.1)
}
.zj-set5-cont ul li:nth-of-type(3n){
  margin-right: 0;
}
.zj-set5-cont ul li .txt{
  display: flex;
  justify-content: space-between;
  padding-top: 26px;
}
.zj-set5-cont ul li .txt span{
  color: #ea232b;
  white-space: nowrap;
  line-height: 1.6;
  margin-left: 10px;
}
.zj-set5-cont ul li:hover p{
    color: #ea232b
}
.zj-set5-cont ul li p{
  color: #333;
  line-height: 1.6;
  font-size: 18px;
}
.zj-set6{
  background: url('../images/zj-set6-img.jpg') no-repeat center;
  position: relative;
  padding: 55px 0;
  background-size: 100% 100%
}
.zj-set6 .zj-set6-title{
  text-align: center;
  margin-bottom: 32px;
}
.zj-set6-title h6{
  color: #fff;
  font-size: 36px;
  margin-bottom: 16px;
}
.zj-set6-title p{
  color: #fff;
}
.zj-set6-title::after{
  width: 30px;
  height: 1px;
  content: '';
  display: block;
  margin: 0 auto;
  /* margin-top: 20px; */
  background: #fff;
  margin-top: 16px;
  /* margin-bottom: 28px; */
}
.zj-set6-cont{
  padding-bottom: 48px !important;
}
footer{
  background: #343333;
  color: #aeadad
}
footer dd{
  margin: 0;
}
.footer-to{
  padding: 85px 0;
}
.footer-to ul{
  display: flex;
  justify-content: space-between;
}
footer a:hover{
  color: #fff;
}
.footer-to dt{
  font-size: 18px;
  margin-bottom: 20px;
  color: #fff;
}
.footer-to dd{
  line-height: 2.5;
}
.footer-to .aow-an{
  display: flex;
}
.footer-to .aow-an .dst{
  margin-left: 20px;
  text-align: center;
}
.footer-to .aow-an .dst:first-of-type{
  margin-left: 0;
}
.footer-b{
  padding: 40px 0;
  border-top: 1px solid #e62129;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-b .le-d{
  display: flex;
  align-items: center;
}
.footer-b .le-d .tst{
  margin-left: 12px;
}
.footer-b .le-d .tst span{
  font-size: 16px;
}
.footer-b .le-d .tst p{
  font-size: 24px;
  color: #e62129;
  margin-top: 8px;
}
.footer-b .lr-t{
  text-align: right;
  line-height: 2.2;
}

.footer_link {margin: 30px auto;    overflow: hidden;}
.footer_link span{float: left;color: #fff;}
.footer_link li{float: left;font-size: 14px;margin-right: 10px;}

@media screen and (max-width: 1600px){
  .w1400{
    width: 1200px;
  }
  .zj-set1-cont .tit h6{
    font-size: 28px;
  }
  .zj-set1-cont .tit span{
    font-size: 18px;
  }
  .zj-set1-cont .cont{
    font-size: 14px;
  }
  .zj-set1-cont .tit h6::after{
    margin-top: 16px;
    margin-bottom: 12px;
  }
  .zj-set1-cont{
    padding: 60px 0;
  }
  .zj-set2 .tit h6{
    font-size: 28px;
  }
  .zj-set2 .tit h6::after{
    margin-top: 14px;
    margin-bottom: 26px;
  }
  .zj-set2 .zj-w50{
    padding-right: calc(50% - 600px);
  }
  .zj-set2 .cont .ts{
    font-size: 14px;
    padding: 12px 0 20px;
  }
  .zj-set3-title h6{
    font-size: 28px;
    margin-bottom: 16px;
  }
  .zj-set3-title p{
    font-size: 14px;
  }
  .zj-set3-page .text p{
    font-size: 14px;
    width: 87%;
  }
  .zj-set3-page a:hover img{
      transform: scale(1.1)
  }
  .zj-set3-page .text h6{
    font-size: 20px;
  }
  .zj-set4-v{
    padding-left: calc(50% - 600px);
  }
  .zj-set4-v .tit h6{
    font-size: 28px;
    margin-top: 12px;
  }
  .zj-set4-v .tit span{
    font-size: 18px;
  }
  .zj-set4-v .tit h6::after{
    margin-top: 15px;
    margin-bottom: 22px;
  }
  .zj-set4-v .cont{
    font-size: 14px;
  }
  .zj-set4-v a{
    font-size: 14px;
    margin-top: 20px;
  }
  .zj-set5-cont ul li p{
    font-size: 16px;
  }
  .zj-set5-cont ul li .txt{
    padding-top: 18px;
  }
  footer{
    font-size: 14px;
  }
  .footer-b{
    padding: 30px 0;
  }
  header li{
    margin-right: 40px;
  }
}




.tnavbox{position:absolute;width:160px;left:50%;margin-left:-80px;top:85%;height:0;padding-top:15px;/* display:none;*/ text-align: center;z-index: 99999999;}
.tnav{ background:#fff; box-shadow:0 0 16px -4px rgba(0,0,0,.3); padding:20px 0 18px; transform:translateY(20px); -webkit-transform:translateY(20px); opacity:0; visibility:hidden; transition:.5s; -webkit-transition:.5s; }
.tnav a{ display:block; color:#666; line-height:35px; border-bottom: 1px solid transparent;-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;}
.tnav a:hover{ color: #fff; }

.tnav a:hover,.tnav a.on{ background:#da1926; color:#fff;}

.header li:hover .tnavbox {
    height:100px;
}
header li:hover .tnavbox .tnav{ transform:translate(0); -webkit-transform:translate(0); opacity:1; visibility:visible; }
header li .tnavbox i{ position: absolute; width: 20px; height: 4px; background-color: #da1926; left: 50%; top: 0; margin-left: -10px; }

.h_nav li .tnavbox i{
    position: absolute;
    width: 20px;
    height: 4px;
    background-color: #da1926;
    left: 50%;
    top: 0;
    margin-left: -10px;
}
.all-fixed {
	position: fixed;
	top: 50%;
	margin-top: -140px;
	right: -0px;
	height: 235px;
	z-index: 99999;
	box-sizing: border-box;
	/*display: none;*/
	
}
.all-fixed .f-left{
    position: relative;
    top: 60px;
    float: left;
    width: 0px;
    height: 115px;
    border-top: 10px solid transparent;
    border-right: 25px solid #da1926 ;
    border-bottom: 10px solid transparent;
    text-align: center;
    font-size: 13px;
    color: #0b2a1a;
    transform: translateX(-25px);
    cursor: pointer;
}
.all-fixed .f-left p{
	position: absolute;
    top: 10px;
    left: 6px;
    line-height: 20px;
    color: #fff;
}
.all-fixed .f-right{
	width: 180px;
	background: #f8fbff;
	/* height: 100%; */
    border: 1px solid #dcdcdc;
	box-sizing: border-box;
	padding-bottom: 20px;
}
.all-fixed .title{
	margin-top: -67px;
	text-align: center;
}
.all-fixed h3{
	font-size: 18px;
	color: #333;
	font-weight: initial;
	text-align: center;
	letter-spacing: 0px;
	line-height: 1;
	margin: 15px 0 20px;
}
.all-fixed h3 span{
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
}

.all-fixed li{
	height: 40px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
	margin-bottom: 15px;
}
.all-fixed li:last-child{
	margin-bottom: 5px;
}
.all-fixed li a{
	width: 100%;
	height: 100%;
	background: #da1926 ;
	display: block;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	transition: .3s;
	border-radius: 5px;
}
.all-fixed li a:hover{
	color: #fff;
}
.all-fixed li a img{
	height: 25px;
	margin-right: 10px;
	border: 0;
	vertical-align: middle; 
	margin-top: -5px;
}
.zj-set7{
    padding-bottom: 44px;
    padding-top: 20px;
}
.zj-set7 li{
    width: 16%;
    float: left;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    margin-right: 0.8%;
    margin-bottom: 20px;
}
.zj-set7 li img{
    width: 100%;
    height: auto;
}
.zj-set7 li:nth-of-type(6n){
    margin-right: 0;
}
.h_p .h_ss{
    position: relative;
}
.h_p .h_ss:hover .h_v_index{
    width: 286px;
}
.h_v_index{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0px;
    transition: all .5s;
    overflow: hidden;
}
.ss-index{
    display: inline-block;
    vertical-align: middle;
    width: 286px;
    background: #ffffff;
    line-height: 40px;
    border-radius: 6px;
    padding: 0 10px;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}
.ss-index .text{
    display: block;
    /* padding: 0 10px; */
    line-height: 38px;
    width: calc(100% - 40px);
}
 .ss-index .submit{
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background: url('../images/ss-ds.png') no-repeat center;
    background-color: #da1926;
 }
 #top {
    position: fixed;
    z-index: 999999;
    right: 15px;
    width: 50px;
    height: 50px;
    bottom: 30px;
    opacity: 0.9;
    background: #999 url(../images/kefu-top.png) no-repeat center;
    transition: .3s;
    cursor: pointer;
}
#top:hover{
	background-color: #fe1111;
}